home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_ora_shlib.inc < prev    next >
Encoding:
Text File  |  2001-11-27  |  927 b   |  31 lines

  1. // 27-Mar-97 $$1  Pete  Created.
  2. // 21-Apr-98 $$2  YWA   change ORACLE to 733
  3. // 18-Aug-98 $$3  TWH   should be ORACLE733/lib
  4. // 22-Apr-99 $$4  TWH  Set ORA_NLS32 to oracle734 per echin
  5. // 09-Sep-99 $$5  JJE  Check for any hp platform
  6. // 23-Jan-01 $$6  TWH   Sun4_solaris_64 changes
  7. if ($mc =~ sun4_solaris* || $mc == sgi_elf2 || $mc == alpha_unix) then
  8.    if ($?LD_LIBRARY_PATH) then
  9.       setenv LD_LIBRARY_PATH $prodir/$mc/obj/ORACLE734/lib:${LD_LIBRARY_PATH}
  10.    else
  11.       setenv LD_LIBRARY_PATH $prodir/$mc/obj/ORACLE734/lib
  12.    endif
  13. endif
  14.  
  15. if ($mc =~ hp*) then
  16.    if ($?SHLIB_PATH) then
  17.       setenv SHLIB_PATH $prodir/$mc/obj/ORACLE734/lib:${SHLIB_PATH}
  18.    else
  19.       setenv SHLIB_PATH $prodir/$mc/obj/ORACLE734/lib
  20.    endif
  21. endif
  22.  
  23. if ($mc == ibm_rs6000) then
  24.    if ($?LIBPATH) then
  25.       setenv LIBPATH $prodir/$mc/obj/ORACLE734/lib:${LIBPATH}
  26.    else
  27.       setenv LIBPATH $prodir/$mc/obj/ORACLE734/lib
  28.    endif
  29. endif
  30.  
  31.